Skip to content

Add Vert.x UriTemplate#4444

Open
CTMBNara wants to merge 14 commits into
prebid-server-4.0from
add-vertx-uri-template
Open

Add Vert.x UriTemplate#4444
CTMBNara wants to merge 14 commits into
prebid-server-4.0from
add-vertx-uri-template

Conversation

@CTMBNara
Copy link
Copy Markdown
Collaborator

@CTMBNara CTMBNara commented Mar 31, 2026

Major changes:

  • BIDDER related macros:
    • All macros in the BIDDER.yaml configuration file must be converted as follows:
      {{MACRO}} -> {MACRO}
    • If a bidder needs to use macros, they should use org.prebid.server.util.Uri
    • All macros in the BIDDERBidder.java file must be converted as follows to work with new API:
      {{MACRO}} -> MACRO
  • HttpApplicationSettings Rfc3986: request-id=id2&request-id=id1&imp-id=id2&imp-id=id1 -> request-id=id2%2Cid1&imp-id=id2%2Cid1

Config properties:

  • hooks.modules.optable-targeting.api-endpoint: {{TENANT}} -> {TENANT}, {{ORIGIN}} -> {ORIGIN}
  • analytics.liveintent.analytics-endpoint: endpoint now should include {+path} macro that will be replaced with /analytic-events/pbsj-bids or /analytic-events/pbsj-winning-bid

Bidder configuration specific changes:

  • Adkernel: %s -> {Zone}
  • Adot: {{PUBLISHER_PATH}} -> {+PUBLISHER_PATH}
  • AudienceNetwork: {partner}, {app}, {auction} macros added
  • Brave: {{.PublisherID}} -> {PublisherID}
  • Eplanning: {ClientId}, {DfpClientId}, {RequestTarget}, {Sec} macros added
  • Lunamedia: {Pid} macro added
  • Mobfoxpb: __route__ -> {route}, __method__ -> {method}, __key__ -> {key}
  • Smartrtb {PubId} macro added
  • Rubicon: rubicon.default-tk-x-int property added
  • Tappx: {path} macro added
  • Yeahmobi: {{.Host}} -> gw-{ZoneId}-bid.yeahtargeter.com
  • Yieldlab: {AdSlotId} macro added
  • Smartadserver:
    • smartadserver.secondary-endpoint -> smartadserver.pg-endpoint
    • /api/bid suffix should be added to smartadserver.endpoint
    • /ortb suffix should be added to smartadserver.pg-endpoint
  • Improvedigital: {{PathPrefix}}pbs -> {PathPrefix}/pbs

@CTMBNara CTMBNara requested a review from And1sS March 31, 2026 23:09
@CTMBNara CTMBNara force-pushed the add-vertx-uri-template branch 2 times, most recently from 025ac24 to 8b7b3ed Compare April 14, 2026 20:53
@CTMBNara CTMBNara force-pushed the add-vertx-uri-template branch from 8b7b3ed to 0227b04 Compare April 14, 2026 21:35
@CTMBNara CTMBNara changed the base branch from master to prebid-server-4.0 May 27, 2026 12:28
@CTMBNara CTMBNara marked this pull request as ready for review May 27, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant